<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sna_container_form{
	width:44vw;
	border-radius: 5px;
	padding:30px;
	margin: 0 auto;
    margin-bottom:150px;
	margin-top:30px;
 	box-shadow: var(--sna_sombra);
}

@media (max-width: 780px) {
   .sna_container_form{
	width:100%;
    }
}

.sna_titulo_container_form{

    color:var(--sna_azul);
font-weight: bold;

}

.sna_subtitulo_container_form{

	color:#036;
font-weight: bold;

}
.cor_site{

    color:var(--sna_azul);
}
.cor_secundaria{

    color:#036;
}
.sna_explicacao_form{
    text-align:justified;

}

.sna_pergunta_form{
font-weight: bold;
margin-bottom: 10px;

}
.sna_titulo_inputs_form{
margin-top:20px;
margin-bottom:10px;
}
.sna_checks_form{
    border-radius:50%;
    margin-bottom:20px;
    cursor:pointer;

}

.sna_titulo_checks_form{
    cursor:pointer;
	color:var(--sna_azul);

}
.sna_input_text_form{
	width:100%;
	font-weight: 100;
    border-color:#88959F !important;
    color:black !important;
}
@media (max-width: 780px) {
        .sna_input_text_form{
                font-size:20px;   
        }

}

.sna_number_3_digitos{width:50px;padding:4px;border-radius:5px;border-color:black !important}
.sna_container_form_geral_suitability{

}
.container_geral_success_error_form{
        display:none;
        margin-top:100px;
        margin-bottom:100px;

}

.sna_input_submit{
    border:none;
    color:white;
    width:100%;

    cursor:pointer;
    background:green;
    padding:10px;
    border-radius:10px;
}

.sna_input_cancel_submit{
    border:none;
    color:white;
    width:100%;

    cursor:pointer;
    background:brown;
    padding:10px;
    border-radius:10px;
}



.sna_container_inputs_flex {display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;}

@media (max-width: 780px) {
       .sna_container_inputs_flex div{width:100% !important;}

}
</pre></body></html>